home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Hyperj-Hz / HyperLaunch 1.5.cpt / HyperLaunch 1.5 / HyperLaunch! / background_2652.txt < prev    next >
Text File  |  1987-09-01  |  1KB  |  67 lines

  1. -- background: 2652 from stack: in
  2. -- bmap block id: 4976
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8000
  11. -- rect: left=11 top=229 right=275 bottom=54
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 1020 / 1020
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Paths…
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   show card field 1
  23.   go to card id 5892 of stack "Home"
  24. end mouseUp
  25.  
  26.  
  27.  
  28.  
  29. -- part 2 (button)
  30. -- low flags: 00
  31. -- high flags: 8000
  32. -- rect: left=6 top=280 right=330 bottom=58
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 1020 / 1020
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: About…
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   visual effect wipe up
  44.   go to card "About‚Ķ"
  45. end mouseUp
  46.  
  47.  
  48.  
  49. -- part 3 (button)
  50. -- low flags: 00
  51. -- high flags: 0000
  52. -- rect: left=64 top=14 right=66 bottom=119
  53. -- title width / last selected line: 0
  54. -- icon id / first selected line: 0 / 0
  55. -- text alignment: 1
  56. -- font id: 0
  57. -- text size: 12
  58. -- style flags: 0
  59. -- line height: 16
  60. -- part name: HyperCard help
  61. ----- HyperTalk script -----
  62. on mouseUp
  63.   push recent card
  64.   go to card "Launch Help"
  65. end mouseUp
  66.  
  67.